home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connection 1998 Fall: Game Toolkit / Disc.iso / SDKs / PCI Driver Development Kit / • Tools / Development / NCR.flash / DL.fix next >
Encoding:
Text File  |  1996-08-20  |  1.0 KB  |  26 lines  |  [TEXT/MPS ]

  1.  
  2. /    DL.fix
  3. /
  4. /    These instructions expand the Open Firmware user interface download text
  5. /    buffer from 64K to 256K.  If you are developing test FCode for the NCR
  6. /    8250S card and are using the NCR-FLASH.of tool to flash ROM images onto
  7. /    the card, then the default 64K download buffer only allows you to work
  8. /    with an image a little over 20K in size, since the corresponding
  9. /    downloadable text file generated by the makecreate script is about 3 times
  10. /    the size of the binary image.
  11.  
  12. /    To use this fix, download this file into the Open Firmware user interface,
  13. /    using the dl command, before downloading anything else.  When you type
  14. /    ctrl-d, you should see the string "A00000" printed to the terminal.  If
  15. /    some other number appears instead, the memory for the new buffer could not
  16. /    be allocated.
  17.  
  18. /    This is only a temporary hack, and is only compatible with Open
  19. /    Firmware 0.994i in the Mac ROM A7.
  20.  
  21. dev /
  22. a00000 40000 map-in u.
  23. a00000 @startvec ac + l!
  24. : dl @startvec ac + @ 40000 (dl)
  25. @startvec ac + @ swap dup cr . ." received" cr evaluate ;
  26.